From 585451ca54451b3417e3ce6f3dbc71e973e85864 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 6 Jan 2016 22:22:48 -0600 Subject: [PATCH] =?utf8?q?Fran=C3=A7ois=20B=20observes=20that=20Galaxy=20S?= =?utf8?q?5=20=20BDGSA=20sentences=20are=20empty=20at=20two=20twokens,=20n?= =?utf8?q?ot=20four.=20Fix=20warning=20for=20'Short=20GSA=20sentence".?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- nmea.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmea.cc b/nmea.cc index 9b6e09351..116a8e64e 100644 --- a/nmea.cc +++ b/nmea.cc @@ -691,7 +691,7 @@ gpgsa_parse(char* ibuf) &fixauto, &fix, &prn[0],&prn[1],&prn[2],&prn[3],&prn[4],&prn[5], &prn[6],&prn[7],&prn[8],&prn[9],&prn[10],&prn[11]); - if (scn < 4) { + if (scn < 2) { warning(MYNAME ": Short GSA sentence.\n"); } /* -- 2.30.2